home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / blackjack_pay3.swf / scripts / DefineButton2_203 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-09-05  |  125 b   |  9 lines

  1. on(release){
  2.    if(currentBet[0] == 0)
  3.    {
  4.       _root.prevFrame();
  5.       return undefined;
  6.    }
  7.    _root.play();
  8. }
  9.